@@ -100,5 +100,6 @@ def convert_image(source, target, options = {}) # width: nil, round: false
|
||
| 100 | 100 |
end |
| 101 | 101 |
end |
| 102 | 102 |
|
| 103 |
+ result.strip |
|
| 103 | 104 |
result.write(target) |
| 104 | 105 |
end |